home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / themes / NoTB / cvs_toolbar.xrc < prev    next >
Extensible Markup Language  |  2004-05-12  |  2KB  |  50 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
  3.     <object class="wxToolBar" name="cvs_toolbar">
  4.         <bitmapsize>16,16</bitmapsize>
  5.         <style>wxTB_NODIVIDER | wxTB_HORIZONTAL | wxTB_FLAT</style>
  6.         <dontattachtoframe>1</dontattachtoframe>
  7.         <object class="tool" name="cvs_menu_accounts">
  8.             <bitmap>./img/cvs_act_acct.png</bitmap>
  9.             <tooltip>Choose active account</tooltip>
  10.             <longhelp>Choose the active CVS account</longhelp>
  11.         </object>
  12.         <object class="tool" name="cvs_menu_home">
  13.             <bitmap>./img/cvs_act_home.png</bitmap>
  14.             <tooltip>Goto Default Home</tooltip>
  15.             <longhelp>Goto Default Home ...</longhelp>
  16.         </object>
  17.         <object class="tool" name="cvs_menu_checkout">
  18.             <bitmap>./img/cvs_act_checkout.png</bitmap>
  19.             <tooltip>Checkout module</tooltip>
  20.             <longhelp>Checkout a new module from the server ...</longhelp>
  21.         </object>
  22.         <object class="tool" name="cvs_menu_update">
  23.             <bitmap>./img/cvs_act_update.png</bitmap>
  24.             <tooltip>Update from Server</tooltip>
  25.             <longhelp>Update from the server...get newest versions</longhelp>
  26.         </object>
  27.         <object class="tool" name="cvs_menu_commit">
  28.             <bitmap>./img/cvs_act_commit.png</bitmap>
  29.             <tooltip>Commit to Server</tooltip>
  30.             <longhelp>Commit selection or this directory and subdirectories to cvs ...</longhelp>
  31.         </object>
  32.         <object class="tool" name="cvs_menu_add">
  33.             <bitmap>./img/cvs_act_add.png</bitmap>
  34.             <tooltip>Add selection to this module</tooltip>
  35.             <longhelp>Add selection to current CVS module ...</longhelp>
  36.         </object>
  37.         <object class="tool" name="cvs_menu_remove">
  38.             <bitmap>./img/cvs_act_remove.png</bitmap>
  39.             <tooltip>Remove selection</tooltip>
  40.             <longhelp>Remove the selected files from this module ...</longhelp>
  41.         </object>
  42.         <object class="separator"/>
  43.         <object class="tool" name="cvs_menu_updir">
  44.             <bitmap>./img/cvs_act_updir.png</bitmap>
  45.             <tooltip>Go to the parent directory</tooltip>
  46.             <longhelp>Move one folder up ...</longhelp>
  47.         </object>
  48.     </object>
  49. </resource>
  50.